home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / acpi-support / ASUSTeK Computer Inc..config < prev    next >
Text File  |  2008-10-14  |  236b  |  21 lines

  1. case "$model" in
  2.     "A5E"*)
  3.         ACPI_SLEEP=true
  4.     ;;
  5.     "A6U"*)
  6.         ACPI_SLEEP=true
  7.     ;;
  8.     "L7000G series Notebook PC"*) 
  9.         ACPI_SLEEP=true
  10.     ;;
  11.     "L5Gx"*)
  12.         ACPI_SLEEP=true
  13.     ;;
  14.     "M6Ne"*) 
  15.         ACPI_SLEEP=true
  16.     ;;
  17.     "W5A"*) 
  18.         ACPI_SLEEP=true
  19.     ;;
  20. esac 
  21.